func net.ipToSockaddrInet4
3 uses
net (current package)
ipsock_posix.go#L145: func ipToSockaddrInet4(ip IP, port int) (syscall.SockaddrInet4, error) {
ipsock_posix.go#L186: sa, err := ipToSockaddrInet4(ip, port)
udpsock_posix.go#L123: sa, err := ipToSockaddrInet4(addr.IP, addr.Port)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |